home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global Cnt, Opt
- set Cnt to the controlDown
- set Opt to the optionDown
- puppetSound("Ban_Down")
- puppetSprite(21, 1)
- set the castNum of sprite 21 to the number of cast "Banner Click"
- updateStage()
- end
-
- on mouseUp
- global retMovie, Opt, state
- set the castNum of sprite 21 to the number of cast "Banner Norm"
- puppetSound("Ban_Up")
- updateStage()
- puppetSprite(21, 0)
- if Opt then
- keySound("VTSCELIN")
- else
- set state to "done"
- cursor(4)
- if retMovie = "DiarySearch" then
- LeaveMovie(1)
- else
- LeaveMovie(0)
- end if
- end if
- end
-